home *** CD-ROM | disk | FTP | other *** search
-
- // ---------------------------------------------------------------------
- //
- // Player.rc - Movie Player - QuickTime for Windows
- //
- // Version 1.0
- //
- // (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- //
- // ---------------------------------------------------------------------
-
-
-
- // Includes
- // --------
- #include <Windows.H> // Required by Windows
- #include <qtole.h> // Required for defines in player.hr
-
- #include "player.hr" // Defines used in mplayer.RC
-
- rcinclude version.rc
-
- // Bitmaps and Icons The icon is here for Program manager to use when creating
- // group box entries. The checkers .bmp is used to draw the
- // window resizing frame.
- // -----------------
- PLAYER_PLAYER_DEFICON ICON playenu.ico
- PLAYER_CHECKERS_BITMAP BITMAP checkers.bmp
-
-